
/******************************************
/* LAYOUT
/*******************************************/


body *{
    font-family: sans-serif;
    text-align: center;
    margin-top: 0;
  }

  body{
    background-image:
    url("../img/pexels-kalistro-1327867553-25785792.jpg");
    background-position: center;
    background-size: cover;
    background-position: top;
    min-height: 50vh;
    color: white;
    margin-top: 0%;
    position: relative;
     
}
 /*******************************************  */


header{
    color: whitesmoke;
    background-image:
    url("../img/dark-green-background-2560x1440-for-ipad-2.jpg");
    width: 100%;
    clear: both;
    
    
}
/* 
.header1{
  display: flex;
  justify-content:space-between;
  align-items: baseline;
  margin-top: 0;
} */

.header1{
  float: left;
  width: 50%;
  height: 60px;
}


.broccolis{
  width: 8%;
  margin-right: 42%;
}

.brocco-img{
  border: solid green 2.5px;
  border-radius: 10%;
  margin-top: 1%;
  
}

.broccolito{
  font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: green;
  margin-right: 85%;
}



.off-screen-menu{
  background-color: #000;
  height: 38vh;
  width: 11%;
  max-width: 450px;
  position: fixed;
  top: 0;
  right: -450px;
  transition: .2s ease;
  font-size: 2rem;
  padding-top: 5%;
  padding-right: 5%;
}

.off-screen-menu.active{
  right: 0;
}



.ham-menu{
  height: 50px;
  width: 50px;
  position: relative; 
  margin-left: auto;
}

.ham-menu > span{
  height: 8px;
  width: 45%;
  background-color: #000;
  border: solid white 1px;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .1s ease;
}

.ham-menu span:nth-child(1){
  top: 25%;
}


.ham-menu span:nth-child(3){
  top: 75%;
}

.ham-menu.active span:nth-child(1){
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ham-menu.active span:nth-child(2){
  opacity: 0;
}

.ham-menu.active span:nth-child(3){
   top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}



.mail{
  margin-bottom: 1%;
  border: solid firebrick 2.5px;
  border-radius: 440%;
  filter: sepia(100%);
  }
  img:hover,
  img:focus {
    filter: none;
  }
        
.strong{
  color: red;
  background: white;
}


@media(max-with: 768px){
  .bodyimg{
    min-height: 70vh;
  }
  .bodyimg{
    font-size: calc(1.525rem + 3.3vw);
  }
} 

a{
text-decoration: none;
color: white;

}

h2{
    padding-top: 5%;
}

/* *********edit************ */
.p0,.p1, .p2{ 
/* width: 30%;
padding-left: 35%; */
color: rgba(241, 207, 207, 0.885);
} 
/* ********************* */


ul{
 list-style: none;
}

 .countries{
    display: flex;
    flex-direction: column;
}

.imgb1{
  border: solid firebrick 2.5px;
  border-radius: 440%;
}

.b1{ 
  float: left;
  margin-left: 12%;
  width: 32px;
  height: 30px;
}

.b11{
  float: left;
  margin-left: 12%;
}


main{
 margin-top: -2%;
 }


      .boxes{
        /* margin-right: 20%; */
        /* width: 15em;
        height: 4ex; */
        background-image:
        url("../img/dark-green-background-2560x1440-for-ipad-2.jpg");
        /* border: 2px solid firebrick; */
        border-radius: 15px;
        border-bottom:solid #0e1c00fc 10px;
        font-weight: bold;
        /* background-size: 230px; */
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
        cursor: pointer;
        margin-top: 20px;
      }


      .countries{
        display: flex;
        align-items: center;
      }
      
      @media (any-hover: hover) {
        .boxes:hover {
          border-bottom:solid rgb(57, 5, 89) 10px;
          background:rgb(121, 11, 189) ;
        }
      }

      .p2{
        color: rgba(241, 207, 207, 0.885);;
      }

      .order{
        background-color: rgb(183, 244, 194);
        border: 2px solid rgb(232, 174, 15);
        border-radius: 5px;
        color: black;
        cursor: pointer;
        margin-left: 2%;
      }
 footer{
  border-top: solid green 5px;
  margin-top: 2%;
  padding-top: 2%;
  bottom: 0;
  left: 0;
 }
/******************************************
/* Media queries responsive desings
/*******************************************/

      @media (any-hover: hover) {
        .order:hover {
          background: rgb(19, 52, 1);
        }
      }
      
      /* @media(min-width:180px){
        h1,h2,h3{
          font-size: 5px;
          width: 100%;
        }
        .broccolito{
          font-size: 30%;
        }

        .p0,.p1, .p2{
          font-size: 8px;
          width: 70%;
          padding-left: 15%;
        }

        .boxes{
           margin-right: 30%;
           width: 9em;
           height: 3ex;
           
        }
      } */

      @media(min-width:130px) and (max-width:480px){

        /* header{
        position:relative;
        margin-top: -2%;
        } */


        h1,h2,h3{
          font-size: 100%;
          width: 95%;
        }
        .broccolito{
          font-size:50%;
        }

        .brocco-img{
          width: 15px ;
          height: 9px;
         
        }

        .header1{
          margin-top: 2%;
          padding-bottom: 1%
        }

        .off-screen-menu{
          padding-right: 35%;
          padding-top: 14%;
        }

        .ham-menu > span{
         height: 3px;
         width: 32%;
        }

        .p0{
          font-size: 80%;
          width: 80%;
          padding-left: 10%;
        }

        main{
          margin-top: 2%;
        }

        .p1,.p2{
          font-size: 80%;
          width: 90%;
          padding-left: 5%;
        }

        .boxes{
           margin-right: 10%;
           width: 20em;
           height: 6ex;
           padding-top: 10px;
      }

      .world{
        margin-left: -3.5%;
      }

      .b12{
        padding-top: 3%;
        margin-left: 18%;
      }
      .imgb1{
        margin-top: 1%;
      }

    }

    @media(min-width:436px){
      .boxes{
           margin-right: 5%;
           width: 19em;
           height: 5ex;
           padding-top: 10px;  
      }

      .imgb1{
        margin-left: 5%;
      }

       .b12{
        padding-left: 9%;
        padding-top: 2%;
      }
    }

    @media(min-width:481px) and (max-width:777px){
      
        .off-screen-menu{
          padding-right: 18%;
          padding-top: 12%;
        }
    }


    @media(min-width:481px) and (max-width:950px){
      .header1{
        margin-bottom: 2%;
        margin-top: 1%;
      }

      
        .p0{
          width: 70%;
          padding-left: 15%;
        }

        
        main{
          margin-top: -2%;
        }

        .h1,h3{
          width: 80%;
          padding-left: 10%;
        }
        
        .boxes{
          padding-left: 10%;
          padding-right: 10%;
          padding-top: 3.5%;
          padding-bottom: 3.5%;
          border-bottom: solid  #0e1c00fc 12px;
          border-radius: 20px;
      }

      .b12{
        font-size: 130%;
      }

      .b1{
        width: 15%;
        height: inherit;
      }

      @media(min-width:778px) and (max-width:1050px){
        
        .off-screen-menu{
          padding-right: 6%;
          padding-top: 8%;
        }
      }
    }
    
    
    @media(min-width:150px) and (max-width:900px){
      body{
        background-size: 220%;
      }
    }